Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: How to disable Client Side Caching for a specific web page?
Feedback Type: Question
Product Area: Domino Server
Technical Area: Application development
Platform: ALL
Release: All
Reproducible: -Reproducibility-

Greetings,

I have a specific web application that I need to disable client side caching for some real time reporting (using a $$ViewTemplate form).

Is there a way to do this on the domino server?

For ASP.Net, I have found that you can use the following. Can it be translated for our apps?:
<%@ OutputCache Location="None" VaryByParam="None" %>

To disable client side caching programmatically:

protected void Page_Load(object sender, EventArgs e)

{

Response.Cache.SetCacheability(HttpCacheability.NoCache);

}


Feedback number WEBB7LPM9N created by ~John Zenfoochekader on 11/24/2008

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS